home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / att / attsetup.exe / plugins / shared memory / Delphi / uMain.dfm < prev    next >
Text File  |  2005-02-13  |  840b  |  43 lines

  1. object frmMain: TfrmMain
  2.   Left = 242
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'ATI Tray Tools Shared Memory'
  6.   ClientHeight = 275
  7.   ClientWidth = 395
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 12
  20.     Width = 377
  21.     Height = 221
  22.     Lines.Strings = (
  23.       'Memo1')
  24.     ReadOnly = True
  25.     TabOrder = 0
  26.   end
  27.   object Button1: TButton
  28.     Left = 312
  29.     Top = 240
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Close'
  34.     TabOrder = 1
  35.     OnClick = Button1Click
  36.   end
  37.   object Timer1: TTimer
  38.     OnTimer = Timer1Timer
  39.     Left = 112
  40.     Top = 100
  41.   end
  42. end
  43.